Skip to content
This repository has been archived by the owner. It is now read-only.

Hackathon changes: rebuild support, code cleanup, simpler tests, install process. #3

Merged
merged 20 commits into from Sep 28, 2015
Merged

Hackathon changes: rebuild support, code cleanup, simpler tests, install process. #3

merged 20 commits into from Sep 28, 2015

Commits on Jul 13, 2015

  1. integration(npm): streamline installation process

    Makefile still relinks for some obscure reason, nothing's breaking
    though.
    Michael Z committed Jul 13, 2015
  2. fix(npm): work with non-existing node_modules dir

    Previously, install would fail because we invoked node-gyp before
    nan would be installed.
    Michael Z committed Jul 13, 2015
  3. fix(npm): makefile doesn't relink anymore

    Orders and dependencies are not the same thing.
    Michael Z committed Jul 13, 2015
  4. docs(README): describe install process

    fix typos along the way
    Michael Z committed Jul 13, 2015

Commits on Jul 22, 2015

Commits on Jul 23, 2015

  1. Merge pull request #1 from conradkleinespel/mzap/streamlining-patch

    binding.gyp: adds Mac OSX compatibility
    mzap committed Jul 23, 2015
  2. avoids rebuilding libraries if already present

    conradkleinespel authored and Scality Hackathon Student committed Jul 23, 2015
  3. Merge pull request #1 from conradkleinespel/install-1

    Avoids rebuilding libraries if already present
    conradkleinespel committed Jul 23, 2015
  4. adds comments

    conradkleinespel committed Jul 23, 2015
  5. simplifies testing

    - tests can be run via "npm test"
    - tests do not generate output
    - tests fail with process exit status 1
    - README.md explains how to run the tests
    conradkleinespel committed Jul 23, 2015
  6. Merge pull request #2 from conradkleinespel/rebase-master

    adds back previously merged commits, rebased against master
    conradkleinespel committed Jul 23, 2015
  7. fix(Makefile): doesn't relink anymore with npm install

    Work on both os: Mac and Linux
    jagu-sayan committed Jul 23, 2015
  8. Merge pull request #4 from jagu-sayan/patch-1

    fix(Makefile): doesn't relink anymore with npm install
    conradkleinespel committed Jul 23, 2015

Commits on Jul 31, 2015

  1. Merge pull request #6 from conradkleinespel/rebuild

    reconstruct: adds support for reconstructing 1 missing fragment
    conradkleinespel committed Jul 31, 2015